home *** CD-ROM | disk | FTP | other *** search
/ Aminet 43 / Aminet 43 (2001)(GTI - Schatztruhe)[!][Jun 2001].iso / Aminet / util / misc / ReportPlus.lha / ReportPlus / Source / boards_protos.h < prev    next >
C/C++ Source or Header  |  2001-04-28  |  550b  |  26 lines

  1. #ifndef CLIB_BOARDS_PROTOS_H
  2. #define CLIB_BOARDS_PROTOS_H
  3.  
  4. /*
  5. **      $VER: boards_protos.h 2.0 (17.12.1997)
  6. **    fixed by SDI
  7. **
  8. **      boards.library proto types
  9. **
  10. **      (C)1997 by Torsten Bach
  11. **      All Rights Reserved.
  12. */
  13.  
  14. #include "boards.h"
  15.  
  16. // the above was in libraries directory
  17.  
  18. /* boards protos */
  19.  
  20. ULONG GetBoardName(STRPTR, STRPTR, struct ConfigDev *, UWORD, UBYTE);
  21. ULONG AllocBoardInfo(ULONG);
  22. ULONG NextBoardInfo(struct BoardInfo *, struct ConfigDev *);
  23. ULONG FreeBoardInfo(struct BoardInfo *);
  24.  
  25. #endif    /* CLIB_BOARDS_PROTOS_H */
  26.